GetParent
TheGetParent
method returns a reference to the parent name space of this name space.
ODNameSpace GetParent ();
- return value
- A reference to the parent name space, or
kODNULL
if this name space has no parent.DISCUSSION
When you create a name space, you specify its parent name space as a parameter to the name-space manager'sCreateNameSpace
method.SEE ALSO
TheODNameSpaceManager::CreateNameSpace
method (page 436).